home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / TARFILE.GZ / tarfile / ch_3.1 / xconv / example / sobel1.txt < prev    next >
Text File  |  1999-09-11  |  178b  |  10 lines

  1. #sobel1.txt
  2. #
  3. #comments in this file must begin with '#'
  4. #
  5. #The next 2 numbers are the x and y dimensions of the kernel
  6. 3 3
  7. -1.0 -2.0 -1.0
  8.  0.0  0.0  0.0
  9.  1.0  2.0  1.0
  10.